home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / msoftapp.zip / CIRCFRM.H < prev    next >
C/C++ Source or Header  |  1993-06-01  |  143b  |  8 lines

  1. class CCircleFrame : public CMDIChildWnd
  2.     {
  3.     DECLARE_DYNCREATE(CCircleFrame)
  4.     protected:
  5.         BOOL PreCreateWindow(CREATESTRUCT& cs);
  6.     };
  7.  
  8.